home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 March / march_2000.iso / Screen Savers / 3dgraphics / install.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1998-11-24  |  911 b   |  47 lines

  1. object Form1: TForm1
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsNone
  5.   Caption = 'Form1'
  6.   ClientHeight = 104
  7.   ClientWidth = 318
  8.   Color = clGray
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Visible = True
  15.   WindowState = wsMaximized
  16.   OnActivate = FormActivate
  17.   OnClick = FormClick
  18.   OnClose = FormClose
  19.   OnKeyDown = FormKeyDown
  20.   OnMouseMove = Image1MouseMove
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 32
  25.     Top = 16
  26.     Width = 65
  27.     Height = 65
  28.     IncrementalDisplay = False
  29.     Stretch = True
  30.     OnClick = FormClick
  31.     OnMouseMove = Image1MouseMove
  32.   end
  33.   object Image2: TImage
  34.     Left = 123
  35.     Top = 15
  36.     Width = 62
  37.     Height = 66
  38.     IncrementalDisplay = False
  39.   end
  40.   object Timer1: TTimer
  41.     Interval = 10000
  42.     OnTimer = Timer1Timer
  43.     Left = 281
  44.     Top = 14
  45.   end
  46. end
  47.